home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Glary Utilities / gusetup.exe / {app} / joinexe.exe / RCDATA / TFRMMAIN / TFRMMAIN.txt
Text File  |  2010-01-14  |  3KB  |  143 lines

  1. object frmmain: Tfrmmain
  2.   Left = 236
  3.   Top = 252
  4.   BorderStyle = bsDialog
  5.   Caption = 'Join File'
  6.   ClientHeight = 236
  7.   ClientWidth = 519
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   DesignSize = (
  19.     519
  20.     236)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object lbDecryptExtract: TLabel
  24.     Left = 8
  25.     Top = 123
  26.     Width = 52
  27.     Height = 13
  28.     Caption = 'Extract to:'
  29.     Transparent = True
  30.   end
  31.   object Label1: TLabel
  32.     Left = 8
  33.     Top = 149
  34.     Width = 41
  35.     Height = 13
  36.     Caption = 'Process:'
  37.     Transparent = True
  38.   end
  39.   object Label2: TLabel
  40.     Left = 8
  41.     Top = 197
  42.     Width = 152
  43.     Height = 13
  44.     Caption = 'File created with "Glary Utilities"'
  45.     Transparent = True
  46.   end
  47.   object Label3: TLabel
  48.     Left = 8
  49.     Top = 213
  50.     Width = 140
  51.     Height = 13
  52.     Cursor = crHandPoint
  53.     Caption = 'http://www.glaryutilities.com'
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clNavy
  56.     Font.Height = -11
  57.     Font.Name = 'Tahoma'
  58.     Font.Style = [fsUnderline]
  59.     ParentFont = False
  60.     Transparent = True
  61.     OnClick = Label3Click
  62.   end
  63.   object lbInformation: TLabel
  64.     Left = 8
  65.     Top = 5
  66.     Width = 107
  67.     Height = 13
  68.     Caption = 'Piece Set Information:'
  69.     Font.Charset = DEFAULT_CHARSET
  70.     Font.Color = clWindowText
  71.     Font.Height = -11
  72.     Font.Name = 'Tahoma'
  73.     Font.Style = []
  74.     ParentFont = False
  75.     Transparent = True
  76.   end
  77.   object edJoinExtract: TEdit
  78.     Left = 63
  79.     Top = 120
  80.     Width = 370
  81.     Height = 21
  82.     ImeName = 'Chinese (Simplified) - Microsoft Pinyin IME 3.0'
  83.     TabOrder = 1
  84.   end
  85.   object btnJoinExtractBrowse: TBitBtn
  86.     Left = 429
  87.     Top = 116
  88.     Width = 75
  89.     Height = 25
  90.     Caption = '&Browse...'
  91.     TabOrder = 2
  92.     OnClick = btnJoinExtractBrowseClick
  93.   end
  94.   object ProgressBar1: TProgressBar
  95.     Left = 6
  96.     Top = 168
  97.     Width = 497
  98.     Height = 17
  99.     TabOrder = 3
  100.   end
  101.   object btnCancel: TBitBtn
  102.     Left = 334
  103.     Top = 203
  104.     Width = 75
  105.     Height = 25
  106.     Anchors = [akRight, akBottom]
  107.     Cancel = True
  108.     Caption = 'Cancel'
  109.     TabOrder = 5
  110.     OnClick = btnCancelClick
  111.   end
  112.   object btnJoin: TBitBtn
  113.     Left = 428
  114.     Top = 203
  115.     Width = 75
  116.     Height = 25
  117.     Anchors = [akRight, akBottom]
  118.     Caption = '&Join Now!'
  119.     Default = True
  120.     TabOrder = 4
  121.     OnClick = btnJoinClick
  122.   end
  123.   object mmInformation: TMemo
  124.     Left = 6
  125.     Top = 24
  126.     Width = 505
  127.     Height = 89
  128.     BorderStyle = bsNone
  129.     Color = clMenuBar
  130.     ImeName = 'Chinese (Simplified) - Microsoft Pinyin IME 3.0'
  131.     ReadOnly = True
  132.     TabOrder = 0
  133.   end
  134.   object OpenDialog1: TOpenDialog
  135.     Left = 328
  136.     Top = 144
  137.   end
  138.   object XPManifest1: TXPManifest
  139.     Left = 368
  140.     Top = 16
  141.   end
  142. end
  143.